home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Internet
/
Collection of Internet.iso
/
infosrvr
/
dev
/
www_talk.930
/
000387_TONYJ@scs.slac.stanford.edu _Tue Nov 24 03:54:05 1992.msg
< prev
next >
Wrap
Internet Message Format
|
1994-01-24
|
2KB
Return-Path: <TONYJ@scs.slac.stanford.edu>
Received: from dxmint.cern.ch by nxoc01.cern.ch (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
id AA18357; Tue, 24 Nov 92 03:54:05 MET
Received: by dxmint.cern.ch (dxcern) (5.57/3.14)
id AA01489; Tue, 24 Nov 92 04:06:56 +0100
Date: Mon, 23 Nov 1992 19:06 PDT
From: "Tony Johnson (415) 926 2278" <TONYJ@scs.slac.stanford.edu>
Subject: Re: ScreenMode binaries, man page reader, experimental server
To: www-talk@nxoc01.cern.ch
Message-Id: <EAD9AE448020353A@SCS.SLAC.STANFORD.EDU>
X-Envelope-To: www-talk@nxoc01.CERN.CH
X-Vms-To: in%"www-talk@nxoc01.CERN.CH"
X-Vms-Cc: TONYJ
Jim Whitescarver writes....
>We have an experimental server for our CWIS plus a special gateway
>server. The ScreenMode interface can still be access via telnet to
>eies2.njit.edu with the login www. You can try the manual page reader
>their, or via http://eies2:1234/man. We make extensive use of the <PRE>
>tag for preformatted text. Much of our hypertext, including the manual
>pages, will not be formatted properly unless you use one of our readers,
>or another reader modifies to support <PRE>.
If you are using the MidasWWW browser you can add support for the <pre> (and </pre>) tag
just by adding the following lines to the Midaswww.ad file
midaswww*WWWHyper*pre.font: -*-courier-medium-r-normal-*-17-*-*-*-*-*-iso8859-*
midaswww*WWWHyper*pre.breakBefore: SGMLBREAK_ALWAYS
midaswww*WWWHyper*pre.breakAfter: SGMLBREAK_ALWAYS
midaswww*WWWHyper*pre.tagList: SGMLAnchorText: a SGMLMarkerText: p
midaswww*WWWHyper*pre.defaultClass: SGMLPlainText
midaswww*WWWHyper*pre*p.breakBefore: SGMLBREAK_NEVER
and replacing the line beginning midaswww*WWWHyper*default.tagList: with
midaswww*WWWHyper*default.tagList: SGMLMarkerText: p isindex nextid
SGMLCompositeText: address dl h1 h2 h3 h4 h5 h6 dir menu pre SGMLListText: ul SGMLText:
comment title SGMLPlainText: xmp listing plaintext SGMLAnchorText: a
(this should be all one line even though it is probably wrapped in the message you are
reading.)
The "pre-formatted" man pages look good (try http://eies2.njit.edu:1234/man/cat for an
example).
Tony